Remove unwanted whitespace

This commit is contained in:
Daniel Imms
2026-02-13 12:36:31 -08:00
parent e17015d68f
commit 92de02a661

View File

@@ -119,7 +119,6 @@ interface IGridDimensions {
rows: number;
}
const shellIntegrationSupportedShellTypes: (PosixShellType | GeneralShellType | WindowsShellType)[] = [
PosixShellType.Bash,
PosixShellType.Zsh,