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 @@ -205,13 +205,11 @@ def prove_rs(opts: ProveRSOpts) -> APRProof:
205205 ]
206206 has_missing = len (missing_body_syms ) > 0
207207 _LOGGER .info (
208- f" Reduced items table size { len (smir_info .items )} ; "
209- f" missing-bodies-present={ has_missing } count={ len (missing_body_syms )} "
208+ f' Reduced items table size { len (smir_info .items )} ; '
209+ f' missing-bodies-present={ has_missing } count={ len (missing_body_syms )} '
210210 )
211211 if has_missing :
212- _LOGGER .debug (
213- f"Missing-body function symbols (first 5): { missing_body_syms [:5 ]} "
214- )
212+ _LOGGER .debug (f'Missing-body function symbols (first 5): { missing_body_syms [:5 ]} ' )
215213
216214 kmir = KMIR .from_kompiled_kore (
217215 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