mirror of https://github.com/YosysHQ/nextpnr.git
Remove space
This commit is contained in:
parent
ecb264d002
commit
85a436198c
|
|
@ -145,7 +145,6 @@ void assign_budget(Context *ctx, bool quiet)
|
|||
Timing timing(ctx, true /* update */);
|
||||
timing.assign_budget();
|
||||
|
||||
|
||||
if (!quiet || ctx->verbose) {
|
||||
for (auto &net : ctx->nets) {
|
||||
for (auto &user : net.second->users) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue