summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-29 10:00:19 -0500
committerDan Davison <dandavison7@gmail.com>2021-11-29 20:08:24 -0500
commitb121d60c6eba06b6cd7de9add9ed938519853120 (patch)
treeda88f69cc7af30691aad81a11bc726536908a10d /src/config.rs
parentd0d1f09d249797f1c767367758fdce39675a3773 (diff)
Rename: FileMeta => DiffHeader
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 5e5dad41..af9ade09 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -148,7 +148,7 @@ impl Config {
State::HunkMinus(_) => &self.minus_style,
State::HunkPlus(_) => &self.plus_style,
State::CommitMeta => &self.commit_style,
- State::FileMeta => &self.file_style,
+ State::DiffHeader => &self.file_style,
State::HunkHeader(_, _) => &self.hunk_header_style,
State::SubmoduleLog => &self.file_style,
_ => delta_unreachable("Unreachable code reached in get_style."),