Skip to content

Commit ad58b40

Browse files
committed
Added missing newlines at eof
1 parent 477ecd0 commit ad58b40

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

FirebaseAdmin/FirebaseAdmin/Auth/FixedAccountIAMSigner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public override Task<string> GetKeyIdAsync(
4242
return Task.FromResult(this.keyId);
4343
}
4444
}
45-
}
45+
}

FirebaseAdmin/FirebaseAdmin/Auth/IAMSigner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ private class SignBlobErrorDetail
173173
public string Message { get; set; }
174174
}
175175
}
176-
}
176+
}

stylecop.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"documentInternalElements": false
66
}
77
}
8-
}
8+
}

stylecop.ruleset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
<Rule Id="SA1502" Action="None" /> <!-- Single-lined elements -->
99
<Rule Id="SA1633" Action="None" /> <!-- Allow custom file header -->
1010
</Rules>
11-
</RuleSet>
11+
</RuleSet>

stylecop_test.ruleset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
<Rule Id="SA1633" Action="None" /> <!-- Allow custom file header -->
1818
<Rule Id="SA0001" Action="None" /> <!-- Disable XML comment analysis -->
1919
</Rules>
20-
</RuleSet>
20+
</RuleSet>

0 commit comments

Comments
 (0)