Skip to content

Commit 68c8efc

Browse files
committed
lint.
1 parent c513404 commit 68c8efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/data.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ MetaInfo MetaInfo::Slice(common::Span<int32_t const> ridxs) const {
237237
auto& h_weights = out.weights_.HostVector();
238238
// Assuming all groups are available.
239239
out.weights_.HostVector() = h_weights;
240-
} else{
240+
} else {
241241
out.weights_.HostVector() = Gather(this->weights_.HostVector(), ridxs);
242242
}
243243

0 commit comments

Comments
 (0)