We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a064939 commit 90e1a89Copy full SHA for 90e1a89
src/Files.App/Utils/Terminal/TerminalModels.cs
@@ -61,7 +61,7 @@ public TerminalTheme(TerminalTheme other)
61
Name = other.Name;
62
Author = other.Author;
63
PreInstalled = other.PreInstalled;
64
- Colors = new TerminalColors(other.Colors); ;
+ Colors = new TerminalColors(other.Colors);
65
}
66
67
public Guid Id { get; set; }
0 commit comments