Skip to content

Commit f0bea90

Browse files
Fixed formatting
1 parent 84ff525 commit f0bea90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ls/ls.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,9 +1487,9 @@ func (ls *INOLanguageServer) extractDataFolderFromArduinoCLI(logger jsonrpc.Func
14871487
}
14881488

14891489
dataDirPath := paths.New(dataDir)
1490-
if dataDirPath == nil {
1491-
return nil, nil
1492-
}
1490+
if dataDirPath == nil {
1491+
return nil, nil
1492+
}
14931493

14941494
return dataDirPath.Canonical(), nil
14951495
}

0 commit comments

Comments
 (0)