Skip to content

Commit

Permalink
Log spacing (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra authored Nov 23, 2024
1 parent 6d4ab8e commit e79233f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MonkeyLoader/MonkeyLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ string GetLogLine(string harmonyOwner)
if (this.TryGet<IMonkey>().ByFullId(harmonyOwner, out var monkey))
name = monkey.ToString();

return $"[{name}] ({PatchTypesForOwner(patches, harmonyOwner)})";
return $" [{name}] ({PatchTypesForOwner(patches, harmonyOwner)})";
}

// Not sure if this can happen, but just to be sure
Expand Down Expand Up @@ -1252,4 +1252,4 @@ public enum ExecutionPhase
Shutdown
}
}
}
}

0 comments on commit e79233f

Please sign in to comment.