Commit 07556116 authored by tandrii@chromium.org's avatar tandrii@chromium.org

git cl: follow up indentation fix.

TBR=machenbach@chromium.org
BUG=579160

Review URL: https://codereview.chromium.org/1830703004

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299466 0039d316-1c4b-4281-b951-d872f2087c98
parent 4ab3d0f7
...@@ -909,7 +909,7 @@ class Changelist(object): ...@@ -909,7 +909,7 @@ class Changelist(object):
# No issue is set for this branch, so decide based on repo-wide settings. # No issue is set for this branch, so decide based on repo-wide settings.
return self._load_codereview_impl( return self._load_codereview_impl(
codereview='gerrit' if settings.GetIsGerrit() else 'rietveld') codereview='gerrit' if settings.GetIsGerrit() else 'rietveld')
def GetCCList(self): def GetCCList(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment