Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Dec 12, 2023
1 parent 08c3f8b commit ffd2bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adios2/common/ADIOSTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ bool TypeHasMinMax(DataType adiosvartype)
case DataType::Float:
case DataType::Double:
case DataType::LongDouble:
return true;
return true;
default:
return false;
}
Expand Down

0 comments on commit ffd2bef

Please sign in to comment.