Skip to content

Commit a549bf0

Browse files
committed
Remove stray space.
1 parent 3219b98 commit a549bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libchecktestdata.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ void readtestdata(istream &in)
181181
exit(exit_failure);
182182
}
183183

184-
data = ss.str();
184+
data = ss.str();
185185
}
186186

187187
void error(string msg = string())

0 commit comments

Comments
 (0)