Skip to content

Commit

Permalink
fix: File is not gofmt-ed with -s (gofmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzg553665176 committed Jul 14, 2023
1 parent 23513f2 commit f4669e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ func elementToBytes(el *etree.Element) ([]byte, error) {
}
namespaces[childEl.Space] = ns
}
RUNCONTINUE:
RUNCONTINUE:
}

doc := etree.NewDocument()
Expand Down

0 comments on commit f4669e9

Please sign in to comment.