Skip to content

Commit

Permalink
Fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ackleymi committed Nov 9, 2023
1 parent d88cecc commit 95bb51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/file/filestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (f fileStoreFactory) Create(sessionID quickfix.SessionID) (msgStore quickfi

dirname, err := sessionSettings.Setting(config.FileStorePath)
if err != nil {
return nil, err
return nil, err
}
var fsync bool
if sessionSettings.HasSetting(config.FileStoreSync) {
Expand Down

0 comments on commit 95bb51b

Please sign in to comment.