Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
abigalekim committed Feb 27, 2024
1 parent 0ef3fd6 commit d8f8101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/common/memory_tracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ std::string memory_type_to_str(MemoryType type) {
return "TileMinVals";
case MemoryType::TILE_NULL_COUNTS:
return "TileNullCounts";
case MemoryType::ATTRIBUTES:
case MemoryType::ATTRIBUTES:
return "Attributes";
case MemoryType::DIMENSION_LABELS:
return "DimensionLabels";
Expand Down

0 comments on commit d8f8101

Please sign in to comment.