Skip to content

Commit bb3035f

Browse files
committed
extra bracket
1 parent 7fb2f31 commit bb3035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Task("Clean")
1010
DeleteDirectory(outputDir, new DeleteDirectorySettings {
1111
Recursive = true,
1212
Force = true
13-
}));
13+
});
1414
}
1515
});
1616

0 commit comments

Comments
 (0)