Skip to content

Commit

Permalink
chore(format): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
giamir committed Mar 20, 2024
1 parent 8fb67ba commit 8e56f00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:

- name: .NET Build
run: npm run build:nuget

- name: .NET test
run: npm run test:nuget
run: npm run test:nuget
2 changes: 1 addition & 1 deletion .prettierrc.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ import config from "@stackoverflow/prettier-config";
export default {
...config,
endOfLine: "auto",
};
};

0 comments on commit 8e56f00

Please sign in to comment.