Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jun 12, 2020
1 parent 0314a16 commit d3d6338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion equinox-fc/Domain/InventoryEpoch.fs
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ module EventStore =
let create (context, cache) =
let cacheStrategy = CachingStrategy.SlidingWindow (cache, System.TimeSpan.FromMinutes 20.)
let resolver = Resolver(context, Events.codec, Fold.fold, Fold.initial, cacheStrategy)
create resolver.Resolve
create resolver.Resolve

0 comments on commit d3d6338

Please sign in to comment.