Skip to content

Commit b97bf70

Browse files
lint
1 parent 2102211 commit b97bf70

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

dotnet/dotnetgadget.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ func IsValidXML(data []byte) bool {
108108
return xml.Unmarshal(data, new(interface{})) == nil
109109
}
110110

111-
func CreateDataSetXMLDiffGram(program string, args string, formatter string) (string, bool) {
112-
111+
func CreateDataSetXMLDiffGram(program string, args string) (string, bool) {
113112
string0 := `<xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="dataset0">
114113
<xs:element name="dataset0" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
115114
<xs:complexType>

0 commit comments

Comments
 (0)