style: Fix missing newline at end of files
All checks were successful
All checks were successful
This commit is contained in:
parent
b1b8c939a6
commit
0aa7ad1031
2 changed files with 2 additions and 2 deletions
|
@ -61,4 +61,4 @@ public class TransactionService {
|
|||
userRepository.save(user);
|
||||
transactionRepository.save(transaction);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,4 +67,4 @@ public class WebhookController {
|
|||
|
||||
return ResponseEntity.ok().body(null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue