Skip to content

Commit

Permalink
doc(kdb-export): fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Hößl authored and darddan committed Nov 17, 2019
1 parent f597b97 commit 75129e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/help/kdb-export.md
Expand Up @@ -67,11 +67,11 @@ kdb set user/tests/kdb-export/two two
kdb export user/tests/kdb-export/ xml
#> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
#> <kdb-export>
#>
#>
#> <one>one</one>
#>
#>
#> <two>two</two>
#>
#>
#> </kdb-export>


Expand All @@ -88,11 +88,11 @@ kdb set user/tests/kdb-export/two two
kdb export user/tests/kdb-export/ xerces
#> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
#> <kdb-export>
#>
#>
#> <one>one</one>
#>
#>
#> <two>two</two>
#>
#>
#> </kdb-export>

kdb rm -r user/tests
Expand Down

0 comments on commit 75129e9

Please sign in to comment.