From 84399caebe3c3eb0eba5275b7e2d5479404ba1a7 Mon Sep 17 00:00:00 2001
From: gatecat <gatecat@ds0.me>
Date: Thu, 3 Feb 2022 15:28:46 +0000
Subject: run clangformat

Signed-off-by: gatecat <gatecat@ds0.me>
---
 nexus/main.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'nexus/main.cc')

diff --git a/nexus/main.cc b/nexus/main.cc
index b02dfa99..88dddfe5 100644
--- a/nexus/main.cc
+++ b/nexus/main.cc
@@ -54,8 +54,7 @@ po::options_description NexusCommandHandler::getArchOptions()
     specific.add_options()("no-pack-lutff", "disable packing (clustering) LUTs and FFs together");
     specific.add_options()("carry-lutff-ratio", po::value<float>(),
                            "ratio of FFs to be added to carry-chain LUT clusters");
-    specific.add_options()("estimate-delay-mult", po::value<int>(),
-                           "multiplier for the estimate delay");
+    specific.add_options()("estimate-delay-mult", po::value<int>(), "multiplier for the estimate delay");
 
     return specific;
 }
-- 
cgit v1.2.3