From 69f355c470244259cd0afe9a6b0fe640334b4f33 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 28 Jul 2019 15:42:25 +0300 Subject: [PATCH] refactor small --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index 8409df7..909839b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,8 +80,7 @@ impl KeywordType { "Мета:" => Ignore, "Чемпионат:" | "Пакет:" => Global, "Тур:" => QuestionPre, - "Вопрос " => QuestionStart, - "Вопрос:" => QuestionStart, + "Вопрос " | "Вопрос:" => QuestionStart, "Ответ:" | "Зачет:" => QuestionContent, _ => CurrentScope, // "URL:" | "Ссылка:" | "Дата:" | "Обработан:" | "Автор:" | "Редактор:" | "Копирайт:" | "Инфо:" |