Completed
Push — master ( 74d54c...c3e09d )
by Roeland
06:17
created
lib/Controller/PreviewController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
 		$lastModified = new \DateTime();
151 151
 		$lastModified->setTimestamp($file->getMTime());
152 152
 		$response->setLastModified($lastModified);
153
-		$response->cacheFor(3600*24);
153
+		$response->cacheFor(3600 * 24);
154 154
 		return $response;
155 155
 	}
156 156
 
Please login to merge, or discard this patch.