Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Sep 11, 2019
1 parent ae4fd2f commit 71300ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate-tools/tools/dev-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DevServer {
rule: {
match: /<head[^>]*>/i,
fn(snippet, match) {
return match+snippet;
return match + snippet;
},
},
},
Expand Down

0 comments on commit 71300ee

Please sign in to comment.