Skip to content

Commit cc5393c

Browse files
committed
[skip-ci] chore: format code with csharpier
(cherry picked from commit 089d774)
1 parent 458dadf commit cc5393c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/Linqraft.SourceGenerator/SelectExprGroups.cs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ public virtual void GenerateCodeWithoutDtos(SourceProductionContext context)
8181
}
8282
}
8383

84-
var dtoCode = DtoClasses.Count > 0
85-
? GenerateSourceCodeSnippets.BuildDtoCodeSnippetsGroupedByNamespace(
86-
DtoClasses,
87-
Configuration
88-
)
89-
: string.Empty;
84+
var dtoCode =
85+
DtoClasses.Count > 0
86+
? GenerateSourceCodeSnippets.BuildDtoCodeSnippetsGroupedByNamespace(
87+
DtoClasses,
88+
Configuration
89+
)
90+
: string.Empty;
9091

9192
// Generate interceptor-based expression methods
9293
if (

0 commit comments

Comments
 (0)