Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-fang authored and alex-fang committed Dec 19, 2023
1 parent eef3fb7 commit 1fbafda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/D2L.Bmx/UpdateHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public async Task HandleAsync() {
string downloadPath = Path.GetTempFileName();

string? currentFilePath = Environment.ProcessPath;
if ( string.IsNullOrEmpty( currentFilePath ) ) {
if( string.IsNullOrEmpty( currentFilePath ) ) {
throw new BmxException( "BMX could not update" );
}
string currentDirectory = Path.GetDirectoryName( currentFilePath )!;
Expand Down

0 comments on commit 1fbafda

Please sign in to comment.