diff --git a/equinox-fc/Domain/InventoryEpoch.fs b/equinox-fc/Domain/InventoryEpoch.fs index 21bd6562a..eff0cb5a8 100644 --- a/equinox-fc/Domain/InventoryEpoch.fs +++ b/equinox-fc/Domain/InventoryEpoch.fs @@ -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 \ No newline at end of file + create resolver.Resolve