Skip to content

Commit 235b926

Browse files
committed
Cleanup
1 parent 9677212 commit 235b926

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Sources/CoreDataQueryInterface/QueryBuilder+Group.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Gregory Higley on 2022-10-24.
66
//
77
%{
8-
98
def args(items, fmt=lambda i: f'{i}', sep=', '):
109
return sep.join(map(fmt, items))
1110
}%

Sources/CoreDataQueryInterface/QueryBuilder+Order.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Gregory Higley on 2022-10-22.
66
//
77
%{
8-
98
def args(items, fmt=lambda i: f'{i}', sep=', '):
109
return sep.join(map(fmt, items))
1110
}%

Sources/CoreDataQueryInterface/QueryBuilder+Select.swift.gyb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// Created by Gregory Higley on 2022-10-22.
66
//
77
%{
8-
98
def args(items, fmt=lambda i: f'{i}', sep=', '):
109
return sep.join(map(fmt, items))
1110
}%

0 commit comments

Comments
 (0)