lib/chef-dk/command/install.rb in chef-dk-1.2.22 vs lib/chef-dk/command/install.rb in chef-dk-1.3.40

- old
+ new

@@ -13,14 +13,14 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require 'chef-dk/command/base' -require 'chef-dk/ui' -require 'chef-dk/policyfile_services/install' -require 'chef-dk/configurable' +require "chef-dk/command/base" +require "chef-dk/ui" +require "chef-dk/policyfile_services/install" +require "chef-dk/configurable" module ChefDK module Command class Install < Base @@ -116,6 +116,5 @@ end end end end -