Skip to content

Commit

Permalink
Fix CI code defects
Browse files Browse the repository at this point in the history
  • Loading branch information
blrchen committed Jan 4, 2023
1 parent 1d94da4 commit eb87f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"jsxSingleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"bracketSameLine": false,
"arrowParens": "always",
"rangeStart": 0,
"requirePragma": false,
Expand Down
2 changes: 1 addition & 1 deletion ui/src/index.less
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "antd/dist/antd.less";
@import 'antd/dist/antd.less';

0 comments on commit eb87f35

Please sign in to comment.