aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/json/json_manipulator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/json/json_manipulator.rs')
-rw-r--r--crates/shirabe/src/json/json_manipulator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/json/json_manipulator.rs b/crates/shirabe/src/json/json_manipulator.rs
index 2fa4fe8f..766137ca 100644
--- a/crates/shirabe/src/json/json_manipulator.rs
+++ b/crates/shirabe/src/json/json_manipulator.rs
@@ -1546,7 +1546,7 @@ impl JsonManipulator {
JsonFile::encode(&data)
}
- pub(crate) fn detect_indenting(&mut self) {
+ fn detect_indenting(&mut self) {
self.indent = JsonFile::detect_indenting(Some(&self.contents));
}
}