Skip to content

Commit d01241a

Browse files
committed
format the retarded thing
1 parent bcac599 commit d01241a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

game/addons/tools/Code/CodeEditors/CodeEditor.Rider.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ public void OpenAddon( Project addon )
3434
}
3535

3636
public bool IsInstalled() => !string.IsNullOrEmpty( FindRider() );
37-
37+
3838
public bool MatchesExecutable( string fileName )
3939
{
40-
return fileName.Equals( "rider64.exe", StringComparison.OrdinalIgnoreCase ) ||
40+
return fileName.Equals( "rider64.exe", StringComparison.OrdinalIgnoreCase ) ||
4141
fileName.Equals( "rider.exe", StringComparison.OrdinalIgnoreCase );
4242
}
4343

game/addons/tools/Code/CodeEditors/CodeEditorControlWidget.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void BuildUIImmediate()
8686
},
8787
codeEditor.Description,
8888
isSelected,
89-
isInstalled
89+
isInstalled
9090
);
9191

9292
// add the custom path entry separately if it exists
@@ -181,7 +181,7 @@ void BuildUIImmediate()
181181
if ( targetType != null )
182182
{
183183
EditorCookie.Set( $"CodeEditor.{targetType.Name}.Path", selectedFile );
184-
184+
185185
// Change current editor to the one we just mapped
186186
CodeEditor.Current = EditorTypeLibrary.Create<ICodeEditor>( targetType );
187187

0 commit comments

Comments
 (0)