Skip to content

Commit e46cb71

Browse files
committed
Appease Standard
1 parent bf84db7 commit e46cb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/serviceworker/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def detect_js_format
6161
return [ext, "//="]
6262
end
6363
FileUtils.touch javascripts_dir("application.js")
64-
['.js', "//="]
64+
[".js", "//="]
6565
end
6666

6767
def detect_layout

0 commit comments

Comments
 (0)