Skip to content

Commit bc8b106

Browse files
committed
ix clang-format
1 parent cf189c5 commit bc8b106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layers/DropOutLayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void DropOutLayer::run(const std::vector<Tensor>& input,
1111
if (input.size() != 1) {
1212
throw std::runtime_error("DropOutLayer: Input tensors not 1");
1313
}
14-
14+
1515
// If not in training mode, just pass through the input
1616
if (!training_mode_) {
1717
output[0] = input[0];

0 commit comments

Comments
 (0)