diff options
| author | Sacha Chua <sacha@sachachua.com> | 2022-10-05 11:26:08 -0400 | 
|---|---|---|
| committer | Sacha Chua <sacha@sachachua.com> | 2022-10-05 11:26:08 -0400 | 
| commit | f6016436257242a83355b7d710451c62164d6dfc (patch) | |
| tree | 7b01e4ec00bc8791b81ab8bc87e3e7a73eebc74e | |
| parent | 6084e6f2923818a46758d099fe90dac54ef1a2a0 (diff) | |
| download | emacsconf-el-f6016436257242a83355b7d710451c62164d6dfc.tar.xz emacsconf-el-f6016436257242a83355b7d710451c62164d6dfc.zip  | |
fix indent
| -rw-r--r-- | emacsconf-schedule.el | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el index f67f3fe..e42ca2d 100644 --- a/emacsconf-schedule.el +++ b/emacsconf-schedule.el @@ -502,7 +502,7 @@ Both start and end time are tested."                                              (emacsconf-get-talk-info))))                        sched-slugs)))           (dupes (seq-filter (lambda (o) (> (length (cdr o)) 1)) -                           (seq-group-by #'identity sched-slugs)))) +                            (seq-group-by #'identity sched-slugs))))      (append       (emacsconf-schedule-validate-time-constraints sched)       (emacsconf-schedule-validate-live-q-and-a-sessions-are-staggered sched)  | 
