Skip to content

Commit

Permalink
minor whitespace tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
agemooij committed Feb 19, 2016
1 parent 6ab919f commit c0557b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stamina-core/src/main/scala/stamina/Persister.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import scala.util._
*/
abstract class Persister[T: ClassTag, V <: Version: VersionInfo](val key: String) {
lazy val currentVersion = Version.numberFor[V]

lazy val currentManifest = Manifest(key, currentVersion)

def persist(t: T): Array[Byte]
def unpersist(manifest: Manifest, persisted: Array[Byte]): T

Expand Down

0 comments on commit c0557b0

Please sign in to comment.