Skip to content

Commit

Permalink
make it a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 7, 2024
1 parent 5ce5c5d commit 8bfacff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/util/value_parsing_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ TEST(TimestampParser, StrptimeZoneOffset) {
// N.B. GNU %z supports ISO8601 format while BSD %z supports only
// +HHMM or -HHMM and POSIX doesn't appear to define %z at all
for (auto unit : TimeUnit::values()) {
for (const std::string value : values) {
for (const std::string& value : values) {
SCOPED_TRACE(value);
int64_t converted = 0;
int64_t expected = 0;
Expand Down

0 comments on commit 8bfacff

Please sign in to comment.