Skip to content

Commit

Permalink
Ran go-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rjkroege committed Jul 9, 2024
1 parent f157182 commit 4339d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file/observable_editable_buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,5 +532,5 @@ func (e *ObservableEditableBuffer) MakeBufferCursor(p0, p1 OffsetTuple) *BufferC

// DebugSeqState returns the seq state for debugging purposes.
func (e *ObservableEditableBuffer) DebugSeqState() string {
return fmt.Sprintf("oeb seq %d putseq %d treatasclean %v", e.seq, e.putseq, e.treatasclean)
}
return fmt.Sprintf("oeb seq %d putseq %d treatasclean %v", e.seq, e.putseq, e.treatasclean)
}

0 comments on commit 4339d90

Please sign in to comment.