Do not pretty-print body class
[yangtools.git] / data / yang-data-impl / src / test / resources / foo.yang
1 module foo {
2     namespace "foo";
3     prefix "foo";
4
5     container cont {
6         leaf lf1 {
7             type string;
8         }
9
10         leaf lf2 {
11             type string;
12         }
13     }
14 }