Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / sqlmaker / limit_dialects / first_skip.t
index c9e93bb..539855c 100644 (file)
@@ -88,7 +88,7 @@ is_same_sql_bind(
         [owner].[name],
         ( SELECT COUNT(*) FROM
           ( SELECT FIRST ? [owner].[id] FROM [owners] [owner]
-            WHERE [count].[id] = [owner].[id] and [count].[name] = ? 
+            WHERE [count].[id] = [owner].[id] and [count].[name] = ?
           ) [owner]
         )
       FROM [books] [me]