From e35dcfdc7c5487fdae485e5a641c5afb17bc1f79 Mon Sep 17 00:00:00 2001 From: Delaigue Olivier <olivier.delaigue@irstea.fr> Date: Sat, 17 Jul 2021 02:59:27 +0200 Subject: [PATCH] docs(man): remove useless indentation from the BasinInfo and BasinObs examples --- man/BasinInfo.Rd | 6 +++--- man/BasinObs.Rd | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/man/BasinInfo.Rd b/man/BasinInfo.Rd index a3d6f894..a8a1184a 100644 --- a/man/BasinInfo.Rd +++ b/man/BasinInfo.Rd @@ -31,8 +31,8 @@ R-object containing the code, station's name, area and hypsometric curve of the \examples{ - library(airGR) - data(L0123001) - str(BasinInfo) +library(airGR) +data(L0123001) +str(BasinInfo) } diff --git a/man/BasinObs.Rd b/man/BasinObs.Rd index ca3f864f..557d1fcf 100644 --- a/man/BasinObs.Rd +++ b/man/BasinObs.Rd @@ -54,8 +54,8 @@ Vidal, J.-P., Martin, E., Franchistéguy, L., Baillon, M. and Soubeyroux, J. (20 \examples{ - library(airGR) - data(L0123001) - str(BasinObs) +library(airGR) +data(L0123001) +str(BasinObs) } -- GitLab