Skip to content

Commit

Permalink
Clang format.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Sep 10, 2024
1 parent 8786c85 commit 08cac99
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,7 @@ DataStore<UnderlyingType_t<PixelT>> ConvertImageToDataStore(itk::Image<PixelT, D
}

template <typename T>
concept NotBoolT = !
std::is_same_v<T, bool>;
concept NotBoolT = !std::is_same_v<T, bool>;

template <NotBoolT NewStoreT, class PixelT, uint32 Dimension>
Result<> ConvertImageToDataStore(DataStore<NewStoreT>& dataStore, itk::Image<PixelT, Dimension>& image)
Expand Down

0 comments on commit 08cac99

Please sign in to comment.