Skip to content

Commit

Permalink
Adds missing "var" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Jan 7, 2025
1 parent 716212a commit 7eb6523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Stevia/Stevia+Constraints.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import UIKit

public class SteviaLayoutConstraint: NSLayoutConstraint {
public static defaultPriority:Float = UILayoutPriority.defaultHigh + 1
public static var defaultPriority: Float = UILayoutPriority.defaultHigh + 1
}


Expand Down

0 comments on commit 7eb6523

Please sign in to comment.