X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=cl-mock-tests.asd;h=5c82c9a3a364f491ff039fb65cbab341e079dd69;hb=f6b59f232c6963cb305d9241742bb0f46cbbbad5;hp=dcb0eb4d01e7f28b1ebe0554fd74d5fff912e469;hpb=82370fd12b07679559c9e0b3f720aade582d42fb;p=cl-mock.git diff --git a/cl-mock-tests.asd b/cl-mock-tests.asd index dcb0eb4..5c82c9a 100644 --- a/cl-mock-tests.asd +++ b/cl-mock-tests.asd @@ -1,4 +1,4 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- +;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- (in-package #:cl-user) @@ -16,4 +16,4 @@ (:file "suite") (:file "functions") (:file "facade") - (:file "methods"))))) \ No newline at end of file + (:file "methods")))))