From 350050ad6add808b48972fa728559fdc58a4187a Mon Sep 17 00:00:00 2001 From: yihau Date: Fri, 9 Aug 2024 16:07:18 +0800 Subject: [PATCH] fix wrong indent --- dos/src/main.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dos/src/main.rs b/dos/src/main.rs index 38adf32ee986c8..2d06c9d6632195 100644 --- a/dos/src/main.rs +++ b/dos/src/main.rs @@ -5,8 +5,9 @@ //! //! * `mode` argument defines interface to use (e.g. rpc, tvu, tpu) //! * `data-type` argument specifies the type of the request. -//! Some request types might be used only with particular `mode` value. -//! For example, `get-account-info` is valid only with `mode=rpc`. +//! +//! Some request types might be used only with particular `mode` value. +//! For example, `get-account-info` is valid only with `mode=rpc`. //! //! Most options are provided for `data-type = transaction`. //! These options allow to compose transaction which fails at