Skip to content

Commit

Permalink
add missing newlines to some spots
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-thegrate committed Sep 13, 2024
1 parent 1a31236 commit 0275c9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ exports.generateToken = functions.https.onCall(async (data, context) => {
"Could not generate token",
);
}
});
});
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"firebase-functions-test": "^3.3.0"
},
"private": true
}
}
2 changes: 1 addition & 1 deletion lib/agora/broadcasting/call_actions_row.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ class CallActionsRow extends StatelessWidget {
),
);
}
}
}
2 changes: 1 addition & 1 deletion lib/home/schedule/scheduled_stream_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ class ScheduledStreamCard extends StatelessWidget {
);
}
}
}
}
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@

</body>

</html>
</html>

0 comments on commit 0275c9f

Please sign in to comment.