瀏覽代碼

Fix formatting

Amanieu d'Antras 2 年之前
父節點
當前提交
a39a97adaf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -273,7 +273,7 @@ impl<const N: usize> Backtrace<N> {
 
             // Adjust the IP to point within the function symbol. This should
             // only be done if the frame is not a signal frame.
-            let is_signal_frame =  uw::unw_is_signal_frame(cursor) > 0;
+            let is_signal_frame = uw::unw_is_signal_frame(cursor) > 0;
             if !is_signal_frame {
                 ip -= 1;
             }