-
Notifications
You must be signed in to change notification settings - Fork 927
Run prettier/license on whole repo #5604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@@ -25,7 +25,8 @@ import { FirebasePerformance as FirebasePerformanceCompat } from '@firebase/perf | |||
import { FirebaseApp, _FirebaseService } from '@firebase/app-compat'; | |||
|
|||
export class PerformanceCompatImpl | |||
implements FirebasePerformanceCompat, _FirebaseService { | |||
implements FirebasePerformanceCompat, _FirebaseService | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a weird indentation; is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is. I'm not sure why but it seems to be a rule when the class declaration is broken into 2 (or more) lines.
Size Analysis Report |
Catching up on missed formatting before implementing formatting CI check.