Skip to content

Commit

Permalink
csharpier
Browse files Browse the repository at this point in the history
Missing blank line
  • Loading branch information
bjoernsteinhagen committed Dec 2, 2024
1 parent 84d5a64 commit 03dca19
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ DisplayValueExtractor displayValueExtractor
}

public Base Convert(object target) => Convert((CSiWrapperBase)target);

private Base Convert(CSiWrapperBase target)
{
var result = new Base
Expand Down

0 comments on commit 03dca19

Please sign in to comment.