Skip to content

Commit f7561ef

Browse files
committed
Convert to let variables.
1 parent dcf6ec9 commit f7561ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Aztec/Classes/GUI/FormatBar/FormatBar.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ private extension FormatBar {
681681
/// Sets up the Constraints
682682
///
683683
func configureConstraints() {
684-
var leadingAnchor = safeAreaLayoutGuide.leadingAnchor
685-
var trailingAnchor = safeAreaLayoutGuide.trailingAnchor
684+
let leadingAnchor = safeAreaLayoutGuide.leadingAnchor
685+
let trailingAnchor = safeAreaLayoutGuide.trailingAnchor
686686

687687
///Overflow toggle item
688688

0 commit comments

Comments
 (0)