Skip to content

Commit fa20590

Browse files
committed
style: apply code style
1 parent e72780b commit fa20590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

idea/write-dictionary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ export async function writeIdeaDictionary(fsStage: FsStage): Promise<InsertResul
5050
const file = xmlText.then(xmlText => textFile(xmlText));
5151

5252
return file.then(file => insert(fsStage, `.idea/dictionaries/project.xml`, file));
53-
}
53+
}

0 commit comments

Comments
 (0)