Skip to content

Instantly share code, notes, and snippets.

@taichino
Created February 28, 2017 21:26
Show Gist options
  • Save taichino/a172adfb95d5c7612f32d4f4d6a1fe21 to your computer and use it in GitHub Desktop.
Save taichino/a172adfb95d5c7612f32d4f4d6a1fe21 to your computer and use it in GitHub Desktop.
for _ in [0...Globals.UPDATE_REPEAT] {
try! realm.write {
commit.message = randomString(length: commit.message.characters.count)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment