Skip to content

Commit

Permalink
Add final keyword to Regex
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Feb 25, 2024
1 parent 9c89043 commit d0f9320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/XcbeautifyLib/Regex.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

class Regex {
final class Regex {
let pattern: String

private lazy var regex: NSRegularExpression? = {
Expand Down

0 comments on commit d0f9320

Please sign in to comment.