File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ namespace MyCommandPlugin
3939 public void Run ()
4040 {
4141 Console .WriteLine (" Hello, world!" );
42- return new void (true );
4342 }
4443 }
4544}
@@ -59,7 +58,6 @@ namespace MyCommandPlugin
5958 public override void Run ()
6059 {
6160 Console .WriteLine (" Hello, world!" );
62- return new void (true );
6361 }
6462 }
6563}
@@ -223,7 +221,6 @@ public override void Run()
223221 Logger .Warn (" Sample warning message" );
224222 Logger .Error (" Sample error message" );
225223 Logger .Fatal (" Sample fatal error message" );
226- return new void (true );
227224}
228225```
229226
@@ -263,8 +260,6 @@ public override void Run()
263260 // Update the command's progress
264261 UpdateProgress (i );
265262 }
266-
267- return new void (true );
268263}
269264```
270265
You can’t perform that action at this time.
0 commit comments