Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0bea90

Browse files
committedJun 13, 2024·
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

+3-3
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)
Please sign in to comment.