mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Formatting cleanup.
This commit is contained in:
@@ -30,7 +30,7 @@ using System.Collections.Generic;
|
||||
using System.Data.Common;
|
||||
|
||||
namespace OpenSim.Data.Base
|
||||
{
|
||||
{
|
||||
public delegate TField ObjectGetAccessor<TObj, TField>(TObj obj);
|
||||
public delegate void ObjectSetAccessor<TObj, TField>(TObj obj, TField value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user