Skip to content

Commit c5f44fa

Browse files
authored
Update write.js
1 parent 2d09910 commit c5f44fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {generateTemplateName} from './utils';
1+
import { generateTemplateName } from './utils';
22

33
const writingFile = (content, name) => {
44
if (!content) {

0 commit comments

Comments
 (0)