Skip to content

Commit 1ef0db1

Browse files
committed
space
1 parent af9cfca commit 1ef0db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grabix_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main (int argc, char **argv)
4242
{
4343
cout << size(bgzf_file) << "\n";
4444
} else {
45-
cout << "unknown command:" << sub_command << endl;
45+
cout << "unknown command: " << sub_command << endl;
4646
cout << "available commands are: index, grab, random, check, size" << endl;
4747
}
4848
}

0 commit comments

Comments
 (0)