Formatting.
[cl-mock.git] / tests / package.lisp
index 5c47243..1198756 100644 (file)
@@ -1,15 +1,14 @@
-;;; -*- 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)
 \f
 (defpackage #:cl-mock-tests
   (:use #:cl #:cl-mock #:fiveam)
-  (:import-from
-   #:cl-mock
-   #:call-with-mocks
-   #:progm
-   #:make-mock-bindings
-   #:if-called
-   #:when-called
-   #:call-previous
-   #:register-mock))
+  (:import-from #:cl-mock
+                #:call-with-mocks
+                #:progm
+                #:make-mock-bindings
+                #:if-called
+                #:when-called
+                #:call-previous
+                #:register-mock))