Signal-iOS/SignalMessaging/profiles
Evan Hahn 29c0ddf60e Fix violations of SwiftLint's attributes rule
_I recommend reviewing this with whitespace changes disabled._

Most of these were `@objc` being on the same line, which I fixed with [a
silly script][1]—probably could've used `sed` if I were wiser. The rest
were manual fixes.

See [the SwiftLint documentation for this rule][0].

[0]: https://realm.github.io/SwiftLint/attributes.html
[1]: https://gist.github.com/EvanHahn-Signal/d353c93fa269c82b96baca0a1086521f
2022-05-14 09:07:42 -05:00
..
OWSProfileManager.h Check all groups for an up-to-date profile key (at most once per week) 2022-04-21 11:37:38 -07:00
OWSProfileManager.m Add avatar repair. (#4091) 2022-04-29 10:14:05 -07:00
OWSProfileManager.swift Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
VersionedProfilesImpl.swift Fix protocol conformance warnings 2022-05-09 11:44:05 -05:00