Skip to content

Commit b84d3e1

Browse files
fixed lint
1 parent bb7611a commit b84d3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: PluginOptions/RawOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace SqlcGenCsharp;
44

55
internal class RawOptions
66
{
7-
[JsonPropertyName("driver")]
7+
[JsonPropertyName("driver")]
88
public required string DriverName { get; init; }
99

1010
[JsonPropertyName("generateGemfile")]

0 commit comments

Comments
 (0)