Various small fixes and cleanups (#299)

This commit is contained in:
TrueDoctor
2021-07-24 17:59:01 +02:00
committed by GitHub
parent 8d444f4b20
commit e78d598a37
4 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ impl fmt::Display for DocumentResponse {
let name = match self {
DocumentResponse::DocumentChanged { .. } => "DocumentChanged",
DocumentResponse::FolderChanged { .. } => "FolderChanged",
DocumentResponse::CreatedLayer { .. } => "SelectLayer",
DocumentResponse::CreatedLayer { .. } => "CreatedLayer",
DocumentResponse::DeletedLayer { .. } => "DeleteLayer",
};