Skip to content

Commit 84316f4

Browse files
ihabadhamclaude
andcommitted
fix: add missing trailing newlines to JS files
Add trailing newlines to stores-registration.js and server-bundle.js to comply with code style standards. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 631a699 commit 84316f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/app/packs/server-bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
import './stores-registration';
33

44
// import statement added by react_on_rails:generate_packs rake task
5-
import "./../generated/server-bundle-generated.js";
5+
import "./../generated/server-bundle-generated.js";

client/app/packs/stores-registration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ import commentsStore from '../bundles/comments/store/commentsStore';
66
ReactOnRails.registerStore({
77
routerCommentsStore,
88
commentsStore,
9-
});
9+
});

0 commit comments

Comments
 (0)