Skip to content

Commit 1169729

Browse files
Refactor, remove unnecessary empty class body
Co-authored-by: Mauro Servienti <[email protected]>
1 parent 4e156b8 commit 1169729

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
using NServiceBus;
22

3-
class SomeCommand :
4-
ICommand
5-
{
6-
}
3+
class SomeCommand : ICommand;

0 commit comments

Comments
 (0)