Skip to content

Commit

Permalink
fixed script formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobo-he committed Sep 16, 2023
1 parent ad4a3f0 commit 919db8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion share/smack/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
import re
import json
from .utils import temporary_file, try_command, temporary_directory,\
from .utils import temporary_file, try_command, temporary_directory, \
llvm_exact_bin, smack_headers, smack_lib
from .versions import RUST_VERSION

Expand Down
2 changes: 1 addition & 1 deletion share/smack/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import yaml
from enum import Flag, auto
from .svcomp.utils import verify_bpl_svcomp
from .utils import temporary_file, try_command, remove_temp_files,\
from .utils import temporary_file, try_command, remove_temp_files, \
llvm_exact_bin, smack_portfolio_path
from .replay import replay_error_trace
from .frontend import link_bc_files, frontends, languages, extra_libs
Expand Down

0 comments on commit 919db8e

Please sign in to comment.