Skip to content

Commit ae1e80c

Browse files
committed
Adding newline at eod
1 parent ee8cfd3 commit ae1e80c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

FirebaseAdmin/FirebaseAdmin/Messaging/ApnsConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ internal ApnsPayload CopyAndValidate()
132132
return copy;
133133
}
134134
}
135-
}
135+
}

FirebaseAdmin/FirebaseAdmin/Messaging/Aps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ internal Aps CopyAndValidate()
250250
return copy;
251251
}
252252
}
253-
}
253+
}

FirebaseAdmin/FirebaseAdmin/Messaging/ApsAlert.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ internal ApsAlert CopyAndValidate()
136136
return copy;
137137
}
138138
}
139-
}
139+
}

FirebaseAdmin/FirebaseAdmin/Messaging/CriticalSound.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ internal CriticalSound CopyAndValidate()
8888
return copy;
8989
}
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)