File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a831726b94154e040479b86b33f891f1e2ecc1d4
2
+ refs/heads/master: 785c524d3ecbb44760139c9a2deab8f897ab0426
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change 271
271
(setf cx parent parent (caddr (rust-state-context st))))
272
272
(let* ((tp (rust-context-type cx))
273
273
(closing (eq tp (char-after )))
274
- (unit (if (member (rust-context-info cx) '(alt-inner alt-outer))
275
- (/ rust-indent-unit 2 ) rust-indent-unit))
274
+ (unit rust-indent-unit)
276
275
(base (if (and (eq tp 'statement ) parent (rust-context-align parent))
277
276
(rust-context-column parent) (rust-context-indent cx))))
278
277
(cond ((eq tp 'comment ) base)
You can’t perform that action at this time.
0 commit comments