mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Dev/crutkas/fixing warnings (#5161)
* new lines & braces * Tabs /space auto fix Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
@@ -15,7 +15,8 @@ namespace PowerLauncher.ViewModel
|
||||
public string Title { get; set; }
|
||||
public string Glyph { get; set; }
|
||||
public string FontFamily { get; set; }
|
||||
public ICommand Command {
|
||||
public ICommand Command
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._command;
|
||||
|
||||
Reference in New Issue
Block a user