From 11626601db097d3731151883c3a2e4844e2ee2ee Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Fri, 10 Feb 2023 13:40:18 -0300 Subject: [PATCH] docs: format --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b949cc6..cd01923 100644 --- a/mix.exs +++ b/mix.exs @@ -43,7 +43,7 @@ defmodule NxSignal.MixProject do "guides/spectrogram.livemd" ], groups_for_extras: [ - "Guides": Path.wildcard("guides/*.livemd"), + Guides: Path.wildcard("guides/*.livemd") ], groups_for_functions: [ "Functions: Time-Frequency": &(&1[:type] == :time_frequency),