Skip to content

Commit 6d0b10e

Browse files
committed
fix ;;
1 parent 6e0a0dc commit 6d0b10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/server/commconstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inline const std::string OPTION_DETAILS_LEVEL{"details_level"};
2323
inline const std::string OPTION_IS_FLAT_ROUTING{"is_flat_routing"};
2424
inline const std::string OPTION_PATH_ELEMENTS{"path_elements"};
2525
inline const std::string OPTION_HIGHLIGHT_MODE{"high_light_mode"};
26-
inline const std::string OPTION_DRAW_PATH_CONTOUR{"draw_path_contour"};;
26+
inline const std::string OPTION_DRAW_PATH_CONTOUR{"draw_path_contour"};
2727

2828
inline const std::string KEY_SETUP_PATH_LIST{"setup"};
2929
inline const std::string KEY_HOLD_PATH_LIST{"hold"};

0 commit comments

Comments
 (0)