Skip to content

Commit 8010e69

Browse files
dracossteveoh
authored andcommitted
Fix lint errors.
1 parent 7df3bec commit 8010e69

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gulpfile.babel.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,15 +160,15 @@ gulp.task("new-incident", (cb) => {
160160
});
161161

162162
function getPlatform(platform) {
163-
switch (platform) {
164-
case "win32":
165-
case "win64": {
166-
return "windows";
167-
}
168-
default: {
169-
return platform
170-
}
163+
switch (platform) {
164+
case "win32":
165+
case "win64": {
166+
return "windows";
167+
}
168+
default: {
169+
return platform;
171170
}
171+
}
172172
}
173173

174174
function generateFrontMatter(frontMatter, answers) {

0 commit comments

Comments
 (0)