Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct indentation of template. #169

Merged
merged 1 commit into from
Aug 5, 2016

Conversation

MemberIT
Copy link
Contributor

@MemberIT MemberIT commented Aug 5, 2016

Delete tab symbols and correct indentation of template
Fragment config before fixed:

     forwarders {
       10.7.1.1;
       10.7.1.2;
-    };
+};


     listen-on {
       10.7.99.1;
-    };
+};

     listen-on-v6 { any; };

     port 53;

     allow-recursion {
-      localnet;
+       localnet;
     };

     allow-query {
-      localnet;
+       localnet;
     };

Fragment config after fixed:

    forwarders {
       10.7.1.1;
       10.7.1.2;
-};
+    };


     listen-on {
       10.7.99.1;
-};
+    };

     listen-on-v6 { any; };

     port 53;

     allow-recursion {
-       localnet;
+      localnet;
     };

     allow-query {
-       localnet;
+      localnet;
     };

@solarkennedy solarkennedy merged commit bb0d51d into ajjahn:master Aug 5, 2016
@MemberIT MemberIT deleted the correct_template branch September 12, 2016 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants