Skip to content

Commit

Permalink
chore(scenario-engine): Change comment pos
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyaPeyaPeyang committed Aug 16, 2023
1 parent 52c8de3 commit 44130b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ public boolean isSame(TriggerArgument argument)
return this.isSameWorld(arg);
}

// TODO: Create validation for argument
@Override
public String getArgumentString()
{
// TODO: Create validation for argument
return super.getArgumentString();
}
}
Expand Down

0 comments on commit 44130b6

Please sign in to comment.