Skip to content

Commit ea788b7

Browse files
justin808claude
andcommitted
Fix trailing newline and RuboCop style in bin/dev-static
- Add missing trailing newline - Fix string quote style to use double quotes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d088c2e commit ea788b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev-static

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ rescue LoadError
1616
end
1717

1818
# Force static mode by passing 'static' argument
19-
ReactOnRails::Dev::ServerManager.run_from_command_line(['static'])
19+
ReactOnRails::Dev::ServerManager.run_from_command_line(["static"])

0 commit comments

Comments
 (0)