mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
format & lint
This commit is contained in:
@@ -12,11 +12,7 @@ export class Program {
|
||||
create: IProgramCreate | null;
|
||||
run: (args: string[], server: BaseServer) => void;
|
||||
|
||||
constructor(
|
||||
name: string,
|
||||
create: IProgramCreate | null,
|
||||
run: (args: string[], server: BaseServer) => void,
|
||||
) {
|
||||
constructor(name: string, create: IProgramCreate | null, run: (args: string[], server: BaseServer) => void) {
|
||||
this.name = name;
|
||||
this.create = create;
|
||||
this.run = run;
|
||||
|
||||
Reference in New Issue
Block a user