Skip to content

Commit fa824a6

Browse files
committed
minor code format fix
1 parent 862a228 commit fa824a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/libvtrutil/src/vtr_geometry.tpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Point<T>::Point(T x_val, T y_val) noexcept
1111
}
1212

1313
template<class T>
14-
Point<T>::Point() {
14+
Point<T>::Point() {
1515
//pass
1616
}
1717

0 commit comments

Comments
 (0)