Skip to content

Commit 6b2d6c1

Browse files
committed
fixed formatting
1 parent 2dc6176 commit 6b2d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/D2L.Bmx/WriteHandler.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bool useCredentialProcess
7070
if( !data.Sections.ContainsSection( sectionName ) ) {
7171
data.Sections.AddSection( sectionName );
7272
}
73-
if (File.Exists(SharedCredentialsFile.DefaultFilePath)) {
73+
if ( File.Exists( SharedCredentialsFile.DefaultFilePath ) ) {
7474
var defaultCredentialsFile = parser.ReadFile( SharedCredentialsFile.DefaultFilePath );
7575
if ( defaultCredentialsFile.Sections.ContainsSection( profile ) ) {
7676
defaultCredentialsFile.Sections.RemoveSection( profile );

0 commit comments

Comments
 (0)