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) .../common/thrift/bson/BranchingInputStream.scala | 6 +-- .../common/thrift/bson/ByteStringBuilder.scala | 18 +++++---- .../fsq/spindle/common/thrift/bson/ReadState.scala | 44 +++++++++++----------- .../spindle/common/thrift/bson/StreamHelper.scala | 26 ++++++------- .../common/thrift/bson/TBSONBinaryProtocol.scala | 33 +++++++--------- 5 files changed, 63 insertions(+), 64 deletions(-)