Skip to content

Commit 2b0c5ce

Browse files
chore: add new empty line at EOF
1 parent e36ccf5 commit 2b0c5ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/utils/hardware/gguf/ggml.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ const std::unordered_map<GGMLType, GGMLTypeTrait> kGGMLTypeTraits = {
181181
{.block_size = 256, .type_size = 66, .is_quantized = true}},
182182
};
183183

184-
} // namespace hardware
184+
} // namespace hardware

engine/utils/hardware/gguf/ggml.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ extern const std::unordered_map<GGMLType, GGMLTypeTrait> kGGMLTypeTraits;
5656
float GetQuantBit(GGMLType gt);
5757
std::string to_string(GGMLType t);
5858

59-
} // namespace hardware
59+
} // namespace hardware

0 commit comments

Comments
 (0)