Skip to content

Commit 928ca1e

Browse files
committed
Minor formatting consistency improvement
1 parent 12bbace commit 928ca1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git/index/base.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@
9797

9898

9999
class IndexFile(LazyMixin, git_diff.Diffable, Serializable):
100-
"""
101-
An Index that can be manipulated using a native implementation in order to save git
102-
command function calls wherever possible.
100+
"""An Index that can be manipulated using a native implementation in order to save
101+
git command function calls wherever possible.
103102
104103
This provides custom merging facilities allowing to merge without actually changing
105104
your index or your working tree. This way you can perform own test-merges based
@@ -380,6 +379,7 @@ def from_tree(cls, repo: "Repo", *treeish: Treeish, **kwargs: Any) -> "IndexFile
380379
# END index merge handling
381380

382381
# UTILITIES
382+
383383
@unbare_repo
384384
def _iter_expand_paths(self: "IndexFile", paths: Sequence[PathLike]) -> Iterator[PathLike]:
385385
"""Expand the directories in list of paths to the corresponding paths accordingly.

0 commit comments

Comments
 (0)