MAINT: Apply pre-commit

Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
This commit is contained in:
Martin Thoma
2022-03-05 09:29:23 +01:00
parent f5e33ae38f
commit e64fb6795c
536 changed files with 6267 additions and 5556 deletions

View File

@@ -16,4 +16,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
internal abstract void Execute(Quadrant quadrant);
}
}
}

View File

@@ -18,4 +18,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
protected override IEnumerable<string> GetRowData() =>
Galaxy.Quadrants.Select(row => " " + string.Join(" ", row));
}
}
}

View File

@@ -27,4 +27,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
_input.GetCoordinates(" Final coordinates"));
}
}
}
}

View File

@@ -31,4 +31,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
}
}
}
}
}

View File

@@ -18,4 +18,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
protected override IEnumerable<string> GetRowData() =>
Strings.RegionNames.Split('\n').Select(n => n.TrimEnd('\r'));
}
}
}

View File

@@ -26,4 +26,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
Output.WriteLine($"Direction = {direction}")
.WriteLine($"Distance = {distance}");
}
}
}

View File

@@ -27,4 +27,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
WriteDirectionAndDistance(_enterprise.SectorCoordinates, quadrant.Starbase.Sector);
}
}
}
}

View File

@@ -38,4 +38,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
_enterprise.Execute(Command.DAM);
}
}
}
}

View File

@@ -30,4 +30,4 @@ namespace SuperStarTrek.Systems.ComputerFunctions
}
}
}
}
}