Skip to content

Commit

Permalink
Linter round 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddvocado committed Oct 24, 2024
1 parent 204d2c2 commit a9e0f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UDS.Net.Forms/Pages/UDS4/C2.cshtml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public async Task<IActionResult> OnGetC2Async(int? id)
C2 = (C2)BaseForm; // class library should always handle new instances
}

return Partial("_C2",this);
return Partial("_C2", this);
}

public async Task<IActionResult> OnGetC2TAsync(int? id)
Expand Down

0 comments on commit a9e0f3b

Please sign in to comment.