Page MenuHomePhabricator

[native] Fix styling in animation code
ClosedPublic

Authored by inka on Thu, Oct 3, 3:05 AM.
Tags
None
Referenced Files
F2929500: D13585.diff
Wed, Oct 9, 2:18 PM
Unknown Object (File)
Tue, Oct 8, 9:06 AM
Unknown Object (File)
Sun, Oct 6, 8:13 PM
Unknown Object (File)
Thu, Oct 3, 9:04 AM
Unknown Object (File)
Thu, Oct 3, 7:00 AM
Unknown Object (File)
Thu, Oct 3, 6:40 AM
Subscribers
None

Details

Summary

This addresses issues from D13179

Test Plan

Careful reading of the cide. Only whitespaces were changed and one semicolon was removed. This should not change the behaviour of the code

Diff Detail

Repository
rCOMM Comm
Branch
inka/fix
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Thu, Oct 3, 3:22 AM

To verify that this formatting is correct we could consider deleting ignore and worker directives, auto-formatting the code, and reintroducing the directives.

This revision is now accepted and ready to land.Thu, Oct 3, 3:34 AM

To verify that this formatting is correct we could consider deleting ignore and worker directives, auto-formatting the code, and reintroducing the directives.

This is exactly how I did this :) (and then undid auto added types)

This revision was automatically updated to reflect the committed changes.