Skip to content
Snippets Groups Projects
Commit 017e3821 authored by michael.minelli's avatar michael.minelli
Browse files

Sonar => Fix code smells

parent 41ab799f
No related branches found
No related tags found
No related merge requests found
Pipeline #33359 passed
......@@ -18,7 +18,9 @@ class AddTagCommand extends CommanderCommand {
TagProposalCommand.registerOnCommand(this.command);
}
protected async commandAction(): Promise<void> { }
protected async commandAction(): Promise<void> {
// No action
}
}
......
......@@ -19,7 +19,9 @@ class TagProposalCommand extends CommanderCommand {
TagProposalDeclineCommand.registerOnCommand(this.command);
}
protected async commandAction(): Promise<void> { }
protected async commandAction(): Promise<void> {
// No action
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment