File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- version = 3.0 .8
1
+ version = 3.5 .8
2
2
style = defaultWithAlign
3
+ runner.dialect = scala212
3
4
4
5
project.git = true
5
6
danglingParentheses.preset = true
6
7
indentOperator.preset = spray
7
8
maxColumn = 100
8
9
rewrite.rules = [RedundantBraces, RedundantParens, SortImports]
9
10
spaces.inImportCurlyBraces = true
10
- unindentTopLevelOperators = true
Original file line number Diff line number Diff line change @@ -128,13 +128,14 @@ object Processing extends LazyLogging {
128
128
.getOrCreate()
129
129
130
130
val processing = new Processing (spark)
131
- try processing.process(
132
- input = conf.input(),
133
- output = conf.output(),
134
- limit = conf.limit.toOption,
135
- lines = conf.linesToShow.toOption,
136
- debug = conf.debug()
137
- )
131
+ try
132
+ processing.process(
133
+ input = conf.input(),
134
+ output = conf.output(),
135
+ limit = conf.limit.toOption,
136
+ lines = conf.linesToShow.toOption,
137
+ debug = conf.debug()
138
+ )
138
139
finally {
139
140
if (conf.stay()) {
140
141
logger.info(" Waiting: press enter to exit" )
You can’t perform that action at this time.
0 commit comments