Skip to content

Commit 90e1a89

Browse files
committed
Removed extra colon
1 parent a064939 commit 90e1a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Utils/Terminal/TerminalModels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public TerminalTheme(TerminalTheme other)
6161
Name = other.Name;
6262
Author = other.Author;
6363
PreInstalled = other.PreInstalled;
64-
Colors = new TerminalColors(other.Colors); ;
64+
Colors = new TerminalColors(other.Colors);
6565
}
6666

6767
public Guid Id { get; set; }

0 commit comments

Comments
 (0)