Skip to content

Commit 9e01ceb

Browse files
committed
cosmetic: remove trailing whitespace
1 parent 21bf921 commit 9e01ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/client/Apigen/src/apigen/Apigen.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public void Emit(object o) {
338338
public void EmitLine(object o) {
339339
m_outputFile.WriteLine(o);
340340
}
341-
341+
342342
public void EmitSpecComment(object o) {
343343
if (m_emitComments)
344344
EmitLine(o);
@@ -885,7 +885,7 @@ public void LookupAmqpMethod(MethodInfo method,
885885
{
886886
amqpClass = null;
887887
amqpMethod = null;
888-
888+
889889
// First, try autodetecting the class/method via the
890890
// IModel method name.
891891

0 commit comments

Comments
 (0)