Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Ran arc lint --everything --apply-patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Aug 4, 2016
1 parent b859b93 commit 77b60be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MDMPerforming.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NS_SWIFT_NAME(PlanPerforming)
@param plan The plan that required this type of performer.
*/
- (void)addPlan:(nonnull id<MDMPlan>)plan
NS_SWIFT_NAME(add(plan:));
NS_SWIFT_NAME(add(plan:));

@end

Expand Down
2 changes: 1 addition & 1 deletion src/MDMTransaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ NS_SWIFT_NAME(Transaction)
/** Associate an plan with a given target. */
- (void)addPlan:(nonnull id<MDMPlan>)plan
toTarget:(nonnull id)target
NS_SWIFT_NAME(add(plan:to:));
NS_SWIFT_NAME(add(plan:to:));

@end

0 comments on commit 77b60be

Please sign in to comment.