Skip to content

Commit a501283

Browse files
committed
Correct clang-tidy and clang-format
1 parent 67f7dd4 commit a501283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rsz/src/SizeDownMove.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
// SPDX-License-Identifier: BSD-3-Clause
22
// Copyright (c) 2025-2025, The OpenROAD Authors
33

4+
#include "SizeDownMove.hh"
5+
46
#include <algorithm>
57
#include <cmath>
68
#include <string>
79

810
#include "BaseMove.hh"
9-
#include "SizeDownMove.hh"
1011

1112
namespace rsz {
1213

@@ -23,7 +24,6 @@ using sta::InstancePinIterator;
2324
using sta::LibertyCell;
2425
using sta::LibertyPort;
2526
using sta::LoadPinIndexMap;
26-
using sta::Net;
2727
using sta::NetConnectedPinIterator;
2828
using sta::Path;
2929
using sta::PathExpanded;

0 commit comments

Comments
 (0)