Skip to content

Commit f74cbe4

Browse files
Shiko1stleotsarev
authored andcommitted
Stupid format
1 parent 149316d commit f74cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JoinRpg.Portal/Controllers/Money/PaymentsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public async Task<ActionResult> ClaimPayment(PaymentViewModel data)
7070
CommentText = data.CommentText,
7171
PayerId = CurrentUserAccessor.UserId,
7272
Money = data.Money,
73-
Method = (PaymentMethod) data.Method,
73+
Method = (PaymentMethod)data.Method,
7474
OperationDate = data.OperationDate,
7575
});
7676

0 commit comments

Comments
 (0)