Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerr committed Jun 9, 2022
1 parent 3e973df commit a073adf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class FlatMapToForComprehensionCodeAction(
val maybeChainedCodeAction = for {
document <- buffers.get(path)
termApply <- maybeTree
indentation = getIndentForPos(termApply.pos, document)
termApplyArg <- termApply.args.headOption
indentation = getIndentForPos(termApplyArg.pos, document)
} yield codeActionWithApply(
path,
termApply,
Expand Down

0 comments on commit a073adf

Please sign in to comment.