Index: src/wp-content/themes/twentyfifteen/inc/template-tags.php
===================================================================
--- src/wp-content/themes/twentyfifteen/inc/template-tags.php	(revision 30231)
+++ src/wp-content/themes/twentyfifteen/inc/template-tags.php	(working copy)
@@ -195,7 +195,7 @@
 
 	<a class="post-thumbnail" href="<?php the_permalink(); ?>" aria-hidden="true">
 		<?php
-			the_post_thumbnail( 'post-thumbnail', array( 'alt'=>get_the_title() ) ); 
+			the_post_thumbnail( 'post-thumbnail', array( 'alt' => get_the_title() ) ); 
 		?>
 	</a>
 
