Skip to content

Commit 169c0a9

Browse files
authored
[luci/service] Tidy unnecessary line (#14848)
This will tidy unnecessary line between namespace braces. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
1 parent 3818a6e commit 169c0a9

14 files changed

Lines changed: 0 additions & 14 deletions

compiler/luci/service/src/Nodes/CircleAdd.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleAdd *node)
4848
}
4949

5050
} // namespace sinf
51-
5251
} // namespace luci

compiler/luci/service/src/Nodes/CircleBatchMatMul.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleBatchMatMul *node)
147147
}
148148

149149
} // namespace sinf
150-
151150
} // namespace luci

compiler/luci/service/src/Nodes/CircleConcatenation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleConcatenation *node)
104104
}
105105

106106
} // namespace sinf
107-
108107
} // namespace luci

compiler/luci/service/src/Nodes/CircleDiv.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleDiv *node)
5050
}
5151

5252
} // namespace sinf
53-
5453
} // namespace luci

compiler/luci/service/src/Nodes/CircleFullyConnected.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleFullyConnected *node)
122122
}
123123

124124
} // namespace sinf
125-
126125
} // namespace luci

compiler/luci/service/src/Nodes/CircleLogistic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleLogistic *node)
3838
}
3939

4040
} // namespace sinf
41-
4241
} // namespace luci

compiler/luci/service/src/Nodes/CircleMul.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleMul *node)
4747
}
4848

4949
} // namespace sinf
50-
5150
} // namespace luci

compiler/luci/service/src/Nodes/CircleNeg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleNeg *node)
3737
}
3838

3939
} // namespace sinf
40-
4140
} // namespace luci

compiler/luci/service/src/Nodes/CircleQuantize.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleQuantize *node)
3838
}
3939

4040
} // namespace sinf
41-
4241
} // namespace luci

compiler/luci/service/src/Nodes/CircleRange.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,4 @@ loco::TensorShape Algorithm::visit(const luci::CircleRange *node)
8484
}
8585

8686
} // namespace sinf
87-
8887
} // namespace luci

0 commit comments

Comments
 (0)