Skip to content

Commit f64ed67

Browse files
committed
[MISC] clang-format
1 parent 7c760e1 commit f64ed67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/utility/views/chunk_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ TYPED_TEST(chunk_view_test, big_chunk)
190190
// Check that a very big number (1ULL<<42) can be stored as chunk_size inside the chunk_view.
191191
// error: conversion from ‘long long unsigned int’ to ‘uint16_t’ {aka ‘short unsigned int’} changes value
192192
// from ‘4398046511104’ to ‘0’ [-Werror=overflow]
193-
[[maybe_unused]] auto v = this->text | seqan3::views::chunk(1ULL<<42);
193+
[[maybe_unused]] auto v = this->text | seqan3::views::chunk(1ULL << 42);
194194
}

0 commit comments

Comments
 (0)