remove extra newline

This commit is contained in:
Kevin Davis 2020-05-07 17:52:21 -04:00
parent e60bf54b32
commit 18b6a8ce25

View File

@ -42,4 +42,3 @@ func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k keeper.Keeper)
k.SetPreviousBlockTime(ctx, currentBlockTime)
}
```