Skip to content

Commit

Permalink
Fix style violations
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Jan 27, 2019
1 parent c3fe062 commit 89ac6de
Show file tree
Hide file tree
Showing 7 changed files with 2,066 additions and 2,077 deletions.
4 changes: 1 addition & 3 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ opt_in_rules:
- explicit_init
- file_header
- first_where
# TODO: Fix force unwrapping in XCTests, then enable.
# - force_unwrapping
- force_unwrapping
- implicitly_unwrapped_optional
- literal_expression_end_indentation
- multiline_arguments
Expand All @@ -24,7 +23,6 @@ opt_in_rules:
- multiline_parameters
- multiline_parameters_brackets
- multiple_closures_with_trailing_closure
- no_extension_access_modifier
- number_separator
- object_literal
- operator_usage_whitespace
Expand Down
4 changes: 3 additions & 1 deletion Examples/MnemonicKitExample.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright Keefer Taylor, 2019

import MnemonicKit

let strength = 128
if let mnemonic = Mnemonic.generateMnemonic(strength: strength) {
print("A mnemonic of strength \(strength): \(mnemonic)");
print("A mnemonic of strength \(strength): \(mnemonic)")
}
Loading

0 comments on commit 89ac6de

Please sign in to comment.