Skip to content

Commit cd2dbf3

Browse files
Add missing space
1 parent 1e479be commit cd2dbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ object Build {
11501150

11511151
// If .vscode does not exist yet, initialize it with the contents of .vscode-template/
11521152
val vscodeSetting = new File(".vscode/")
1153-
if(!vscodeSetting.exists()) {
1153+
if (!vscodeSetting.exists()) {
11541154
vscodeSetting.mkdir()
11551155
for (file <- new File(".vscode-template/").listFiles)
11561156
java.nio.file.Files.copy(file.toPath, new File(vscodeSetting.getPath() + '/' + file.getName).toPath)

0 commit comments

Comments
 (0)