From f77bf99491a1c8b550e37fec2707e3db9399db94 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 24 Mar 2012 18:21:55 +0000 Subject: Fix query formatting. --- Frameworks/QueryKit/Source/QKQuery.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/QueryKit/Source') diff --git a/Frameworks/QueryKit/Source/QKQuery.m b/Frameworks/QueryKit/Source/QKQuery.m index 21053203..ebd866cb 100644 --- a/Frameworks/QueryKit/Source/QKQuery.m +++ b/Frameworks/QueryKit/Source/QKQuery.m @@ -317,7 +317,7 @@ static NSString *QKNoQueryTableException = @"QKNoQueryTable"; for (QKQueryParameter *param in _parameters) { - [constraints appendFormat:@"%@ ", param]; + [constraints appendFormat:@"%@", param]; [constraints appendString:@" AND "]; } -- cgit v1.2.3