Browse Source

removing empty lines

pull/217/head
erikamenezes 6 years ago
parent
commit
cf93466145
1 changed files with 0 additions and 4 deletions
  1. 4
      app/server/static/js/download_sequence_labeling.vue

4
app/server/static/js/download_sequence_labeling.vue

@ -22,7 +22,6 @@ block select-format-area
)
| JSON(Text-Labels)
block example-format-area
pre.code-block(v-show="format == 'json'")
code.json
@ -34,9 +33,6 @@ block example-format-area
| ...
</template>
</template>
<script>
import { uploadMixin } from './mixin';

Loading…
Cancel
Save