summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2016-02-14 15:17:47 -0800
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2016-02-14 15:17:47 -0800
commitcb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b (patch)
tree8b1f262cce1bdfe08ba937bbbaa426d50e792fa2 /pygments/styles
parent8933a64a6eaf30645af5170b69c09904c4217b6c (diff)
downloadpygments-git-cb9ffed2cb5e1c17ad6438ee00ff791c17cecf5b.tar.gz
Rename ansilist that now is a set, slipped though PR 531 review
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/arduino.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/arduino.py b/pygments/styles/arduino.py
index 5b31bb84..1bf2103c 100644
--- a/pygments/styles/arduino.py
+++ b/pygments/styles/arduino.py
@@ -95,4 +95,4 @@ class ArduinoStyle(Style):
Generic.Strong: "", # class: 'gs'
Generic.Subheading: "", # class: 'gu'
Generic.Traceback: "", # class: 'gt'
- } \ No newline at end of file
+ }