summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index b0a8cb3c..acf7d0c9 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -100,6 +100,7 @@ impl Config {
State::CommitMeta => &self.commit_style,
State::FileMeta => &self.file_style,
State::HunkHeader => &self.hunk_header_style,
+ State::Submodule => &self.file_style,
_ => delta_unreachable("Unreachable code reached in get_style."),
}
}