diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-03 17:49:54 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-03 17:49:54 +0100 |
commit | 1f257ac91ef3813c563203eacb5320b210fc1aa7 (patch) | |
tree | afd68b70c3c5486b7931419f7164c6ddb16023ab /tests/iota_imp.out | |
parent | aa0485fe33204169724d020f9c5e3b91e558ab1e (diff) |
change array representation
Diffstat (limited to 'tests/iota_imp.out')
-rw-r--r-- | tests/iota_imp.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iota_imp.out b/tests/iota_imp.out index 0f6e04d..ba28818 100644 --- a/tests/iota_imp.out +++ b/tests/iota_imp.out @@ -1 +1 @@ -[ 0 1 2 3 4 5 6 7 8 9 ] +[0 1 2 3 4 5 6 7 8 9] |