Skip to content

Commit 1bd7e65

Browse files
committed
Make view controller final
1 parent 5088e70 commit 1bd7e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrderDetailsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import SafariServices
88

99
// MARK: - OrderDetailsViewController: Displays the details for a given Order.
1010
//
11-
class OrderDetailsViewController: UIViewController {
11+
final class OrderDetailsViewController: UIViewController {
1212

1313
/// Main TableView.
1414
///

0 commit comments

Comments
 (0)