Skip to content

Commit

Permalink
- r remove accidently redefined types in printCombinations
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <10874+isidore@users.noreply.github.com>
  • Loading branch information
mch and isidore committed Jul 12, 2024
1 parent 784ae2f commit 8cf7739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utilities/Printers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const EMPTY_ENTRY = {};
export const EMPTY = [EMPTY_ENTRY];

export function printCombinations<T1, T2, T3, T4, T5, T6, T7, T8, T9>(
func: <T1, T2, T3, T4, T5, T6, T7, T8, T9>(
func: (
t1: T1,
t2: T2,
t3: T3,
Expand Down

0 comments on commit 8cf7739

Please sign in to comment.