Skip to content

Commit

Permalink
Fix a rushed rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Oct 10, 2019
1 parent d3cda56 commit 00564c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,8 @@ final class ConfigDelayedMergeObject(
throw new ConfigException.BugOrBroken(
"should not be reached: unmergeable object returned null value"
)
<<<<<<< HEAD
} else { // a non-unmergeable AbstractConfigObject that returned null
=======
} else {
// a non-unmergeable AbstractConfigObject that returned null
>>>>>>> Upgrade scalafmt
// for the key in question is not relevant, we can keep
// looking for a value.
break // continue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,7 @@ object ConfigImpl {
origin,
ju.Collections.emptyList[AbstractConfigValue]
)
<<<<<<< HEAD
=======

>>>>>>> Upgrade scalafmt
private def emptyObject(origin: ConfigOrigin): AbstractConfigObject = {
// we want null origin to go to SimpleConfigObject.empty() to get the
// origin "empty config" rather than "hardcoded value"
Expand All @@ -204,10 +201,7 @@ object ConfigImpl {
val origin = valueOrigin(originDescription)
fromAnyRef(obj, origin, FromMapMode.KEYS_ARE_KEYS)
}
<<<<<<< HEAD
=======

>>>>>>> Upgrade scalafmt
def fromPathMap(
pathMap: ju.Map[String, _],
originDescription: String
Expand Down

0 comments on commit 00564c1

Please sign in to comment.