From 94511ffbd18a2f24224c539f23c2f6ffb9720eee Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 3 Jul 2015 23:19:05 -0400 Subject: Don't require newline in snippets --- snippets/python-mode/figaxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets/python-mode/figaxs') diff --git a/snippets/python-mode/figaxs b/snippets/python-mode/figaxs index a9117ca..7e99635 100644 --- a/snippets/python-mode/figaxs +++ b/snippets/python-mode/figaxs @@ -2,4 +2,4 @@ # name: figaxs # key: faxs # -- -fig, axs = plt.subplots($0) +fig, axs = plt.subplots($0) \ No newline at end of file -- cgit v1.2.3