Apply suggestion to internal/store/store_test_exports.go

This commit is contained in:
James Houlahan
2020-05-06 13:00:27 +00:00
parent 4b2977041a
commit cda3000a7a

View File

@ -47,7 +47,7 @@ func (store *Store) TestGetEventLoop() *eventLoop { //nolint[golint]
}
// TestGetLastEvent returns last event processed by the store's event loop.
func (store *Store) TestGetLastEvent() *pmapi.Event { //nolint[golint]
func (store *Store) TestGetLastEvent() *pmapi.Event {
return store.eventLoop.currentEvent
}