Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhedonia committed Jul 17, 2020
1 parent ce4139d commit e3e4e79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Binary file added buckaroo/.ionide/symbolCache.db
Binary file not shown.
4 changes: 1 addition & 3 deletions buckaroo/DefaultSourceExplorer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ open Buckaroo.Console
open Buckaroo.RichOutput
open Buckaroo.Logger



type DefaultSourceExplorer (console : ConsoleManager, downloadManager : DownloadManager, gitManager : GitManager) =
let logger = createLogger console (Some "explorer")
let toOptional = Async.Catch >> (Async.map Choice.toOption)
Expand All @@ -28,7 +26,7 @@ type DefaultSourceExplorer (console : ConsoleManager, downloadManager : Download
| Choice1Of2 result ->
return result
| Choice2Of2 error ->
logger.Info("failed to fetch file using api, falling back to git")
logger.Trace("failed to fetch file using api, falling back to git")
do! gitManager.FindCommit url rev None
return! fromFileCache url rev path |> Async.map (Option.getOrRaise <| error)
}
Expand Down

0 comments on commit e3e4e79

Please sign in to comment.