Skip to content

Commit c799ef9

Browse files
author
Christian Svensson
committed
refactor(core): gofmt
Signed-off-by: Christian Svensson <[email protected]>
1 parent a067a64 commit c799ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/core/method.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func NewMethodCall(iid InvokingID, mid MethodID, flags MethodFlag) *MethodCall {
8787

8888
// Copy the current state of a method call into a new independent copy
8989
func (m *MethodCall) Clone() *MethodCall {
90-
mn := &MethodCall{bytes.Buffer{},m.depth, m.flags}
90+
mn := &MethodCall{bytes.Buffer{}, m.depth, m.flags}
9191
mn.buf.Write(m.buf.Bytes())
9292
return mn
9393
}

0 commit comments

Comments
 (0)