commit 1d4df42c96c0fbdafb83be956efc435da54ef112 Author: Opensource Date: Tue Apr 16 18:14:05 2019 -0400 Remove unused Identity implicit imports (#13573) I ran `git grep --files-with-matches "import io.fsq.common.scala.Identity._" -- *.scala | xargs grep -L "=?\|optionally\|flatOptionally\|ifOption\|applyIf\|applyOpt\|withMinOf\|withMaxOf\|between" | xargs sed -i '' '/import io.fsq.common.scala.Identity._/d'` to remove the import from files where implicit was not being used. I then ran `find . -name *-repl.scala | xargs git checkout f55298543750c7e4c08ae3c6c3c5c7a210679cef -- ` to revert the various service repl startup scripts, so that they could keep the import. (sapling split of cab9f3950cf8baf70467bce41f2216dd12aa7067) src/jvm/io/fsq/twofishes/indexer/mongo/RogueImplicits.scala | 1 - 1 file changed, 1 deletion(-) commit 4aa6650f859c8e3087dcbbf46171775a1a0deead Author: Ian Tabolt Date: Fri Jun 15 17:56:01 2018 -0400 Scalafmt EVERYTHING (#6987) * Run scalafmt on everything * Flip the switch to enable scalafmt (FSQ_ENABLE_SCALAFMT=True) * Add some // format: off and // format: on comments in particularly weird cases * Disable scalafmt on files that cause exceptions (sapling split of 61c9ef3975aa4f55f70e479d7908f42de0685d26) (sapling split of 8264ffd5eb789041b44688c92b468f426833730e) .../io/fsq/twofishes/indexer/mongo/NameIndex.scala | 5 ++- .../fsq/twofishes/indexer/mongo/RevGeoIndex.scala | 9 ++--- .../twofishes/indexer/mongo/RogueImplicits.scala | 1 - .../mongo/RogueMongoGeocodeStorageService.scala | 40 +++++++++++++--------- 4 files changed, 31 insertions(+), 24 deletions(-)