Skip to content

Commit d11a331

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cc14294 commit d11a331

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/IO/HDF5/HDF5IOHandler.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ void HDF5IOHandlerImpl::createFile(
258258
break;
259259
case Access::READ_ONLY:
260260
// condition has been checked above
261-
throw std::runtime_error("[HDF5] Control flow error in createFile backend access mode.");
261+
throw std::runtime_error(
262+
"[HDF5] Control flow error in createFile backend access mode.");
262263
}
263264

264265
hid_t id{};

0 commit comments

Comments
 (0)