mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-16 02:55:00 +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);
|
||||
|
||||
var expected = [2]RocStr{
|
||||
RocStr.empty(), RocStr.empty()
|
||||
};
|
||||
var expected = [2]RocStr{ RocStr.empty(), RocStr.empty() };
|
||||
|
||||
defer {
|
||||
for (array) |rocStr| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue