We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bf921 commit 9e01cebCopy full SHA for 9e01ceb
projects/client/Apigen/src/apigen/Apigen.cs
@@ -338,7 +338,7 @@ public void Emit(object o) {
338
public void EmitLine(object o) {
339
m_outputFile.WriteLine(o);
340
}
341
-
+
342
public void EmitSpecComment(object o) {
343
if (m_emitComments)
344
EmitLine(o);
@@ -885,7 +885,7 @@ public void LookupAmqpMethod(MethodInfo method,
885
{
886
amqpClass = null;
887
amqpMethod = null;
888
889
// First, try autodetecting the class/method via the
890
// IModel method name.
891
0 commit comments