From 360f7bed25d2a04f8e85549fdbc52dd5c10c2908 Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Wed, 2 Aug 2017 10:24:43 -0700 Subject: Result of clang-format with AllowShortFunctionsOnASingleLine: None --- Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m') diff --git a/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m b/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m index 186e61b..74ebd5e 100644 --- a/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m +++ b/Example/Core/Tests/FIRAppAssociationRegistrationUnitTests.m @@ -34,7 +34,9 @@ static NSString *kKey2 = @"key2"; /** @var gCreateNewObject @brief A block that returns a new object everytime it is called. */ -static id _Nullable (^gCreateNewObject)() = ^id _Nullable() { return [[NSObject alloc] init]; }; +static id _Nullable (^gCreateNewObject)() = ^id _Nullable() { + return [[NSObject alloc] init]; +}; /** @class FIRAppAssociationRegistrationTests @brief Tests for @c FIRAppAssociationRegistration -- cgit v1.2.3