Skip to content

Commit e3e4e79

Browse files
committed
remove whitespace
1 parent ce4139d commit e3e4e79

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

buckaroo/.ionide/symbolCache.db

1.93 MB
Binary file not shown.

buckaroo/DefaultSourceExplorer.fs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ open Buckaroo.Console
66
open Buckaroo.RichOutput
77
open Buckaroo.Logger
88

9-
10-
119
type DefaultSourceExplorer (console : ConsoleManager, downloadManager : DownloadManager, gitManager : GitManager) =
1210
let logger = createLogger console (Some "explorer")
1311
let toOptional = Async.Catch >> (Async.map Choice.toOption)
@@ -28,7 +26,7 @@ type DefaultSourceExplorer (console : ConsoleManager, downloadManager : Download
2826
| Choice1Of2 result ->
2927
return result
3028
| Choice2Of2 error ->
31-
logger.Info("failed to fetch file using api, falling back to git")
29+
logger.Trace("failed to fetch file using api, falling back to git")
3230
do! gitManager.FindCommit url rev None
3331
return! fromFileCache url rev path |> Async.map (Option.getOrRaise <| error)
3432
}

0 commit comments

Comments
 (0)