Skip to content

Commit 7ac4245

Browse files
fix: remove redundant argument
1 parent 6edf28f commit 7ac4245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: dotnet-format
1010
name: dotnet format
11-
entry: dotnet format sqlc-gen-csharp.sln --include
11+
entry: dotnet format --include
1212
language: system
1313
pass_filenames: true
1414
files: ^((?!GeneratedProtobuf/|examples/).)*\.cs$

0 commit comments

Comments
 (0)