Skip to content

Commit 57c8add

Browse files
committed
run make fmt
1 parent 7104e96 commit 57c8add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ContainerCommands/BuildCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ extension Application {
212212
defer {
213213
try? FileManager.default.removeItem(at: tempFile)
214214
}
215-
215+
216216
// Dockerfile should be read from stdin
217217
if file == "-" {
218218
guard FileManager.default.createFile(atPath: tempFile.path(), contents: nil) else {

0 commit comments

Comments
 (0)