Skip to content

Conversation

@h4321
Copy link
Owner

@h4321 h4321 commented Oct 28, 2022

No description provided.

{
Bank bank = BankProvider.Instance.GetBank(this.Application, true, true);
BankUser user = bank.GetUserByLogin(Page.User.Identity.Name);
Bank bank = BankProvider.Instance.GetBank(this.Application, true, true);

Check warning

Code scanning / dotTEST

Use spaces for tabs/indentation

Add 2 or remove 2 spaces
{
Bank bank = BankProvider.Instance.GetBank(this.Application, true, true);
BankUser user = bank.GetUserByLogin(Page.User.Identity.Name);
Bank bank = BankProvider.Instance.GetBank(this.Application, true, true);

Check warning

Code scanning / dotTEST

Avoid too many function calls from a single function

Avoid too many function calls (64)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants