Mercurial > altnet-hispano
diff Agendas/trunk/src/Agendas.Domain/Exceptions/EventoNotFoundException.cs @ 54:3059a5f8930f
Code cleanup
author | nelopauselli |
---|---|
date | Sat, 14 May 2011 13:01:24 -0300 |
parents | d149bfea3892 |
children |
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Exceptions/EventoNotFoundException.cs Sat May 14 12:45:50 2011 -0300 +++ b/Agendas/trunk/src/Agendas.Domain/Exceptions/EventoNotFoundException.cs Sat May 14 13:01:24 2011 -0300 @@ -6,6 +6,7 @@ { public EventoNotFoundException(Guid eventoId) : base(string.Format("No es posible encontrar el evento con id: {0}", eventoId)) - { } + { + } } } \ No newline at end of file