Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
shuta13 committed Apr 19, 2024
1 parent 6400091 commit eb14198
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
"__mocks__/src/*",
".eslintrc.js",
"coverage/*",
"benchmark/*",
"benchmarks/*",
],
env: {
browser: true,
Expand Down
1 change: 0 additions & 1 deletion benchmarks/.scaffdog/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ import React from "react";

export const {{ inputs.name }}: React.FC = (children: { children: React.ReactNode }) => <div>{children}</div>;
```

4 changes: 2 additions & 2 deletions benchmarks/.scaffdog/config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
files: ['*'],
};
files: ["*"],
};
2 changes: 1 addition & 1 deletion src/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
pkgVersion string
pkgVersion string
)

// versionCmd represents the version command
Expand Down

0 comments on commit eb14198

Please sign in to comment.