Skip to content

Commit 716c00c

Browse files
committed
Fix style
1 parent b461b50 commit 716c00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mpociot/ApiDoc/Commands/GenerateDocumentation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private function writeMarkdown($parsedRoutes)
159159
}
160160

161161
$prependFileContents = file_exists($prependFile)
162-
?file_get_contents($prependFile)."\n" : '';
162+
? file_get_contents($prependFile)."\n" : '';
163163
$appendFileContents = file_exists($appendFile)
164164
? "\n".file_get_contents($appendFile) : '';
165165

0 commit comments

Comments
 (0)