diff --git a/config.sh b/config.sh
index 652f77a73ef677a2c8cc79355b593b061027139d..550f92c51d76c580d418637fa0c2835e39967d02 100644
--- a/config.sh
+++ b/config.sh
@@ -3,6 +3,8 @@
 # make bash exit as soon as a command fails
 set -u -e -o pipefail
 
+
+
 # === to be modified ===
 
 # location of framenet data in its original xml format
@@ -22,7 +24,9 @@ tagger_model=$MACAON_DIR/en/maca_crf_tagger/crf_tagger_model_en.bin
 tagger_dictionary=$MACAON_DIR/en/maca_crf_tagger/crf_tagger_wordtag_lexicon_en.bin
 
 
+
 # === keep the following as is ===
+
 SEMAFOR_HOME=$PWD/deps/semafor-semantic-parser
 classpath=${SEMAFOR_HOME}/lib/semafor-deps.jar:${SEMAFOR_HOME}
 datadir=$PWD/data