Page MenuHomePhabricator

[native] Fix styling in animation code
ClosedPublic

Authored by inka on Oct 3 2024, 3:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 11:39 PM
Unknown Object (File)
Wed, Nov 6, 11:33 PM
Unknown Object (File)
Wed, Nov 6, 1:16 AM
Unknown Object (File)
Mon, Nov 4, 1:15 AM
Unknown Object (File)
Sat, Nov 2, 2:04 AM
Unknown Object (File)
Thu, Oct 31, 8:23 AM
Unknown Object (File)
Wed, Oct 23, 7:42 AM
Unknown Object (File)
Wed, Oct 23, 2:19 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.Oct 3 2024, 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.Oct 3 2024, 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.