From 1956aed7544935770d1d1df25e95b49aa2105f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 28 Jun 2022 16:08:16 +0200 Subject: Move each imported symbol to own line for easier removal. This allows each of the following commits to remove a single symbol from the import list without problem. --- module/datetime.scm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/module/datetime.scm b/module/datetime.scm index 1a84d421..81135d39 100644 --- a/module/datetime.scm +++ b/module/datetime.scm @@ -10,8 +10,18 @@ :use-module (srfi srfi-88) :use-module ((hnh util) - :select (vector-last set! -> ->> swap case* set - label span-upto set->)) + :select ( + vector-last + set! + -> + ->> + swap + case* + set + label + span-upto + set-> + )) :use-module (ice-9 i18n) :use-module (ice-9 format) -- cgit v1.2.3