mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Code re-style.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Marechai.ViewModels
|
||||
if(Chars)
|
||||
{
|
||||
if(Colors == null)
|
||||
return$"{Width}x{Height} characters";
|
||||
return $"{Width}x{Height} characters";
|
||||
|
||||
if(Palette != null &&
|
||||
Colors != Palette)
|
||||
@@ -53,7 +53,7 @@ namespace Marechai.ViewModels
|
||||
}
|
||||
|
||||
if(Colors == null)
|
||||
return$"{Width}x{Height} pixels";
|
||||
return $"{Width}x{Height} pixels";
|
||||
|
||||
if(Palette != null &&
|
||||
Colors != Palette)
|
||||
|
||||
Reference in New Issue
Block a user