File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -190,13 +190,11 @@ def prove_rs(opts: ProveRSOpts) -> APRProof:
190190 ]
191191 has_missing = len (missing_body_syms ) > 0
192192 _LOGGER .info (
193- f" Reduced items table size { len (smir_info .items )} ; "
194- f" missing-bodies-present={ has_missing } count={ len (missing_body_syms )} "
193+ f' Reduced items table size { len (smir_info .items )} ; '
194+ f' missing-bodies-present={ has_missing } count={ len (missing_body_syms )} '
195195 )
196196 if has_missing :
197- _LOGGER .debug (
198- f"Missing-body function symbols (first 5): { missing_body_syms [:5 ]} "
199- )
197+ _LOGGER .debug (f'Missing-body function symbols (first 5): { missing_body_syms [:5 ]} ' )
200198
201199 kmir = KMIR .from_kompiled_kore (
202200 smir_info , symbolic = True , bug_report = opts .bug_report , target_dir = str (target_path )
You can’t perform that action at this time.
0 commit comments