mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Fix formatting
This commit is contained in:
parent
17fc1a297c
commit
c7997c7c38
1 changed files with 1 additions and 3 deletions
|
@ -987,9 +987,7 @@ test "strSplitHelp: string equals delimiter" {
|
||||||
|
|
||||||
strSplitHelp(array_ptr, str_delimiter, str_delimiter);
|
strSplitHelp(array_ptr, str_delimiter, str_delimiter);
|
||||||
|
|
||||||
var expected = [2]RocStr{
|
var expected = [2]RocStr{ RocStr.empty(), RocStr.empty() };
|
||||||
RocStr.empty(), RocStr.empty()
|
|
||||||
};
|
|
||||||
|
|
||||||
defer {
|
defer {
|
||||||
for (array) |rocStr| {
|
for (array) |rocStr| {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue